home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / GoldED Tools / Prefs / ReadMe < prev   
Encoding:
Text File  |  1996-09-27  |  4.1 KB  |  97 lines

  1. PURPOSE
  2.  
  3.   Prefs is a GoldED menu converter for computer addicts who prefer to edit
  4.   a cryptic menu definition file instead of using GoldED's menu requester.
  5.  
  6. COPYIGHT
  7.  
  8.   ©1995  Dietmar  Eilert  (e-mail:  DIETMAR@TOMATE.MBP.OCHE.DE).  All  Rights
  9.   Reserved.  Code  may not be reused/reproduced without written permission of
  10.   the author.
  11.  
  12.   Dietmar Eilert
  13.   Mies-v-d-Rohe-Str.31, 52074 Aachen, Germany
  14.   E-Mail: DIETMAR@TOMATE.MBP.OCHE.DE
  15.   Tel: +49-(0)241-81665
  16.        +49-(0)2525-7776
  17.   Fax: +49-(0)241-81665
  18.  
  19. USAGE & CONFIGURATION
  20.  
  21.   This utility is able read GoldED's menu preset files and  convert  them  to
  22.   ASCII  menu  description files (or vice versa). Use the <dump ASCII> button
  23.   to convert GoldED preset files to ASCII menu  description  files.  Use  the
  24.   <create preset> button to create a GoldED menu preset file according to the
  25.   contents of a menu description file.
  26.  
  27. ASCII FILE SYNTAX
  28.  
  29.   Menu  description  files  may  consist  of  empty  lines,  comments  (lines
  30.   introduced  by  a  semicolon)  and  commands.  Please have a look at a menu
  31.   description file created by Prefs to  get  a  rough  idea  of  the  command
  32.   syntax. The following commands are available:
  33.  
  34.  
  35.   command    option        description
  36.   --------------------------------------------------------------------------
  37.   GUIDE      GUIDE/K/A     set menu's guide (STRING: file name)
  38.  
  39.  
  40.   command    option        description
  41.   --------------------------------------------------------------------------
  42.   MENU       MENU/K/A      add new (sub)menu (STRING: menu name)
  43.  
  44.  
  45.   command    option        description
  46.   --------------------------------------------------------------------------
  47.   ENDMENU    ENDMENU/S     terminate (sub)menu
  48.  
  49.  
  50.   command    option        description
  51.   --------------------------------------------------------------------------
  52.   BAR        (none)        add barlabel entry to menu
  53.  
  54.  
  55.   command    option        description
  56.   --------------------------------------------------------------------------
  57.   ITEM       ITEM/K/A      add (sub)item: (sub)item name (STRING)
  58.              COMMAND/F     command string: internal command (STRING)
  59.              DOS/F         command string: DOS command      (STRING)
  60.              AREXX/F       command string: ARexx command    (STRING)
  61.              TEXT/F        command string: text command     (STRING)
  62.              LEAVEOUT/S    add gadget to window's title bar
  63.              KEY/K         shortcut (STRING)
  64.              DIR/K         current directory (STRING)
  65.              OUTPUT/K      output handle (STRING, e.g. "con:")
  66.              SHANGHAI/N    shanghai time (UWORD: seconds)
  67.              ASYNC/S       run DOS commands asynchronously
  68.              GUIDE/K       guide entry related to this menu (STRING)
  69.              CHECKMARK/K   display checkmark (STRING: variable name)
  70.              Q/K           Qualifier (not supported)
  71.              QM/K          Qualifier (not supported)
  72.  
  73.              Comment: Valid CHECKMARKs are  INSERT,  WRAP,  INFOS,  BRACKET,
  74.              CHKCASE,  ALEFT,  INDENT, SOLID, SINDENT, BACKUP, ABAK, ASKBAK,
  75.              ACENTER, AFOLD,  ALOAD,  USER1,  USER2,  USER3,  USER4,  USER5,
  76.              USER6,  USER7,  USER8,  USER9,  USER10, USER11, USER12, USER13,
  77.              USER14,  USER15,  USER16,  USER17,  USER18,   USER19,   USER20,
  78.              PREVIEW, TEMLATES, REVERSED, WILDCARDS and UNDO.
  79.  
  80.  
  81.   command    option        description
  82.   --------------------------------------------------------------------------
  83.   NEXT       COMMAND/F     add further command to last (sub)item: internal
  84.              DOS/F         add further command to last (sub)item: DOS
  85.              AREXX/F       add further command to last (sub)item: ARexx
  86.              TEXT/F        add further command to last (sub)item: text
  87.  
  88.  
  89.   command    option        description
  90.   --------------------------------------------------------------------------
  91.   SEPARATE   SEPARATE/N    turn barlabels on/off (UWORD: 0 or 1)
  92.  
  93.  
  94.   command    option        description
  95.   --------------------------------------------------------------------------
  96.   FILELIST   FILELIST/N    select file menu (UWORD: menu ID or 0 = <off>)
  97.